func runtime.strhash

3 uses

	runtime (current package)
		alg.go#L50: func strhash(p unsafe.Pointer, h uintptr) uintptr
		alg.go#L166: 		return strhash(p, h)
		alg.go#L277: 	return strhash(noescape(unsafe.Pointer(&s)), seed)